home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / RTGMaster / includes / sasc / proto / rtgmaster.h < prev   
Encoding:
C/C++ Source or Header  |  1998-06-24  |  282 b   |  20 lines

  1. /*
  2. **     $VER: rtgmaster.h 1.000 (27 Jan 1996)
  3. */
  4.  
  5. #ifndef PROTO_RTGMASTER_H
  6. #define PROTO_RTGMASTER_H
  7.  
  8. #ifndef RTGMASTER_H
  9. #include <rtgmaster/rtgmaster.h>
  10. #endif
  11.  
  12. #ifndef RTGSUBLIBS_H
  13. #include <rtgmaster/rtgsublibs.h>
  14. #endif
  15.  
  16. extern struct RTGMasterBase *RTGMasterBase;
  17.  
  18. #endif
  19.  
  20.